/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-value {
  background: none;
}

select::-ms-expand {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a:active {
  outline: none;
  border: none;
}

button {
  font-family: inherit;
  color: inherit;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

input {
  font-family: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

input:invalid {
  box-shadow: none;
}

img {
  width: 100%;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none !important;
  -webkit-user-select: none !important;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  width: 15px;
  height: 15px;
}

.overflow {
  width: 100%;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
  width: 100%;
}

.button {
  padding: 20px 70px 20px 70px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background-color: #DD052B;
}

.price {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.price__text--old {
  position: relative;
  margin-right: 15.5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #515860;
}

.price__text--old::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: rotate(-10deg) translateY(-50%);
  transform: rotate(-10deg) translateY(-50%);
  width: 100%;
  height: 5px;
  background-color: #DD052B;
}

.price__text--old-small {
  font-size: 24px;
}

.price__text--new {
  margin-left: 15.5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: bold;
  color: #DD052B;
}

.price__text--new-small {
  font-size: 36px;
}

.sale {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #515860;
}

.sale--font-weight {
  font-weight: 600;
}

.logo {
  position: relative;
  z-index: 5;
}

.swiper-slide {
  -webkit-tap-highlight-color: transparent;
}

.fancybox-infobar {
  display: none;
}

.header {
  background-image: url("../img/header/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: left;
  z-index: 1;
}

.header__container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.header__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-image: url("../img/header/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.header-logo {
  padding: 30px 0 25px 0;
}

.header-logo__img {
  width: 311.6px;
}

.header-content {
  position: relative;
  padding: 198px 0 196px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.header-content__background-1 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.header-content__background-2 {
  position: absolute;
  top: 0;
  left: -44.2vw;
  width: 49vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}

.header-content__background-3 {
  position: absolute;
  top: 0;
  right: -44.2vw;
  width: 49vw;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}

.header-content__product {
  position: absolute;
  bottom: 0;
  right: -181px;
  width: 996.34px;
  z-index: 2;
}

.header-content__title {
  margin: 0;
  max-width: 740px;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 80px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  z-index: 5;
}

.header-content__subtitle {
  margin-top: 31px;
  max-width: 740px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  z-index: 5;
}

.header-content__button {
  margin-top: 50px;
  z-index: 5;
}

.header-about {
  position: relative;
  padding: 72px 0 71px 0;
  display: -webkit-flex;
  display: flex;
  z-index: 5;
}

.header-about__background-1 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: rgba(0, 42, 90, 0.9);
  background-blend-mode: multiply;
  opacity: 0.9;
  z-index: 1;
}

.header-about__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}

.header-about__swiper-slide {
  position: relative;
  z-index: 5;
}

.header-about .swiper-pagination-bullets {
  display: none;
  bottom: 50px !important;
  width: 100%;
}

.header-about .swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: border-color 0.7s ease, background-color 0.7s ease;
  transition: border-color 0.7s ease, background-color 0.7s ease;
  opacity: 1;
}

.header-about .swiper-pagination-bullet-active {
  border-color: #3591E7;
  background-color: #3591E7;
}

.header-about__text {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 270px;
  width: 100%;
  z-index: 5;
}

.header-about__text-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3591E7;
}

.header-about__text-title {
  margin: 12px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #3591E7;
}

.header-about__text-description {
  margin: 15px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.header__logo {
  background-color: #fff;
}

.about__container {
  position: relative;
  padding-top: 131px;
  padding-bottom: 125px;
}

.about__container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-image: url("../img/about/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  z-index: 0;
}

.about__logo {
  position: absolute;
  top: 469px;
  left: -484px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 700px;
  opacity: 0.5;
}

.about-text {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 580px;
  width: 100%;
}

.about-text__title {
  margin: 0 0 51px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3591E7;
}

.about-text__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.about-text__wrapper-title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #002A5A;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}

.about-text__wrapper-title--active {
  color: #3591E7;
}

.about-text__wrapper-description {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #515860;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}

.about-text__wrapper-description--active {
  color: #3591E7;
}

.about-product {
  position: relative;
  display: -webkit-flex;
  display: flex;
  z-index: 5;
}

.about-product__text {
  margin-right: 128px;
}

.about-product__wrapper {
  margin-bottom: 32px;
}

.about-product__wrapper-description {
  margin: 15px 0 0 0;
}

.about-img {
  position: relative;
}

.about-img__item {
  width: 442px;
}

.about-img__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #002A5A;
  border: 3px solid #fff;
  -webkit-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease;
}

.about-img__circle--active {
  background-color: #3591E7;
}

.about-img__circle-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  pointer-events: inherit;
  opacity: 0;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.about-img__circle-hover--active {
  opacity: 1;
}

.about-img__circle--1 {
  top: 108px;
  left: 61px;
}

.about-img__circle--2 {
  top: 285px;
  left: 137px;
}

.about-img__circle--3 {
  top: 460px;
  left: 137px;
}

.about-img__circle--4 {
  top: 624px;
  left: 195px;
}

.about-angle {
  position: absolute;
}

.about-angle--top-left {
  top: 0;
  left: 0;
}

.about-angle--bottom-right {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-angle__1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 30px;
  background-color: #fff;
}

.about-angle__2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 150px;
  background-color: #fff;
}

.about-video {
  position: relative;
  margin-top: 98px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  z-index: 5;
}

.about-video__wrapper {
  position: relative;
  margin-right: 70px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  max-width: 630px;
  max-height: 430px;
  width: 49vw;
  height: 33.6vw;
  background-image: url("../img/about/video-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.about-video__wrapper-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: #3591E7;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: width 0.7s ease, height 0.7s ease;
  transition: width 0.7s ease, height 0.7s ease;
}

.about-video__wrapper-play:hover {
  width: 60px;
  height: 60px;
}

.about-video__wrapper-play::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 14px;
  border-color: transparent transparent transparent #ffffff;
  pointer-events: inherit;
  -webkit-transition: top 0.7s ease, left 0.7s ease, -webkit-transform 0.7s ease;
  transition: top 0.7s ease, left 0.7s ease, -webkit-transform 0.7s ease;
  transition: top 0.7s ease, left 0.7s ease, transform 0.7s ease;
  transition: top 0.7s ease, left 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}

.about-video__wrapper-play:hover::after {
  top: 54%;
  left: 57%;
  -webkit-transform: scale(1.25) translate(-50%, -50%);
  transform: scale(1.25) translate(-50%, -50%);
}

.about-design {
  position: relative;
  margin-top: 128px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  z-index: 5;
}

.about-design__text {
  margin-right: 70px;
}

.about-design__text-title {
  max-width: 500px;
  line-height: 60px;
}

.about-design__wrapper-title {
  line-height: 40px;
}

.about-design__wrapper-description {
  margin-top: 15px;
}

.about-design__img {
  position: relative;
}

.about-design__img-item {
  width: 100%;
  max-width: 550px;
}

.about-functional {
  position: relative;
  margin-top: 128px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  z-index: 5;
}

.about-functional__text-title {
  line-height: 60px;
}

.about-functional__wrapper-title {
  line-height: 40px;
}

.about-functional__wrapper-description {
  margin-top: 15px;
}

.about-functional__img {
  position: relative;
  margin-right: 70px;
}

.about-functional__img-item {
  width: 100%;
  max-width: 550px;
}

.gallery {
  position: relative;
  background-color: #002A5A;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.gallery__container {
  position: relative;
}

.gallery-slider {
  position: relative;
  -webkit-align-self: center;
  align-self: center;
  overflow: hidden;
  background-color: #EEF7FF;
}

.gallery .swiper-pagination-bullets {
  position: absolute;
  display: none;
  width: 100%;
}

.gallery .swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: border-color 0.7s ease, background-color 0.7s ease;
  transition: border-color 0.7s ease, background-color 0.7s ease;
}

.gallery .swiper-pagination-bullet-active {
  border-color: #3591E7;
  background-color: #3591E7;
}

.gallery-swiper {
  max-width: 1920px;
  width: 100vw;
}

.gallery-swiper__slide {
  position: relative;
  max-width: 480px;
  width: 25% !important;
  height: 37vw !important;
  max-height: 700px;
}

.gallery-swiper__slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}

.gallery-swiper__slide img {
  max-height: 700px;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-logo {
  padding: 26px 0 26px 0;
}

.gallery-logo__img {
  position: relative;
  width: 311.6px;
  height: 17.97px;
}

.product {
  background-color: #EEF7FF;
}

.product__container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 175px;
}

.product__container--max-width {
  max-width: 1330px;
}

.product__background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  z-index: 0;
}

.product__background-img {
  max-height: 1283px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__background-smooth {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(#EEF7FF), to(rgba(238, 247, 255, 0)));
  background: -webkit-linear-gradient(bottom, #EEF7FF 0%, rgba(238, 247, 255, 0) 100%);
  background: linear-gradient(0deg, #EEF7FF 0%, rgba(238, 247, 255, 0) 100%);
}

.product-card {
  position: relative;
  padding: 70px;
  display: -webkit-flex;
  display: flex;
  min-height: 940px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  z-index: 5;
}

.product-card__info {
  margin-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 580px;
  width: 100%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.product-card__title {
  position: absolute;
  top: 74px;
  left: 70px;
  margin: 0;
  max-width: 580px;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 60px;
  text-transform: uppercase;
  color: #3591E7;
}

.product-card__price {
  margin-top: 156px;
}

.product-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-card__list--margin {
  margin-right: 20px;
}

.product-card__list-wrapper {
  margin-top: 42px;
  display: -webkit-flex;
  display: flex;
}

.product-card__list-wrapper--display {
  display: none;
}

.product-card__list-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #515860;
}

.product-card__list-item--font-weight {
  font-weight: 600;
}

.product-card__form {
  margin-right: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
}

.product-card__sizes {
  margin-top: 40px;
  margin-bottom: 37px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.product-card__size {
  position: relative;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #515860;
  cursor: pointer;
  -webkit-transition: margin 0.7s ease, background-color 0.5s ease, border-color 0.5s ease;
  transition: margin 0.7s ease, background-color 0.5s ease, border-color 0.5s ease;
  color: #515860;
  -webkit-tap-highlight-color: transparent;
}

.product-card__size:last-child {
  margin-right: 0;
}

.product-card__size--active {
  margin-right: 98px;
  background-color: #3591E7;
  border-color: #3591E7;
  color: #fff;
}

.product-card__size-number {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
  -webkit-transition: color 0.7s ease;
  transition: color 0.7s ease;
}

.product-card__size-centimeter {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: #3591E7;
  -webkit-transition: left 0.7s ease, opacity 0.3s ease;
  transition: left 0.7s ease, opacity 0.3s ease;
  opacity: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.product-card__size-centimeter--active {
  left: 70px;
  opacity: 1;
}

.product-card__input {
  margin-bottom: 15px;
  padding: 15px 30px 13px 30px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #002A5A;
  border: 1px solid #515860;
  border-radius: 30px;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}

.product-card__input::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #515860;
  -webkit-transition: font-weight 0.7s ease, color 0.7s ease;
  transition: font-weight 0.7s ease, color 0.7s ease;
}

.product-card__input::-moz-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #515860;
  -moz-transition: font-weight 0.7s ease, color 0.7s ease;
  transition: font-weight 0.7s ease, color 0.7s ease;
}

.product-card__input:-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #515860;
  -ms-transition: font-weight 0.7s ease, color 0.7s ease;
  transition: font-weight 0.7s ease, color 0.7s ease;
}

.product-card__input::-ms-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #515860;
  -ms-transition: font-weight 0.7s ease, color 0.7s ease;
  transition: font-weight 0.7s ease, color 0.7s ease;
}

.product-card__input::placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #515860;
  -webkit-transition: font-weight 0.7s ease, color 0.7s ease;
  transition: font-weight 0.7s ease, color 0.7s ease;
}

.product-card__input:focus {
  border: 2px solid #002A5A;
}

.product-card__input:focus::-webkit-input-placeholder {
  font-weight: 600;
  color: #002A5A;
}

.product-card__input:focus::-moz-placeholder {
  font-weight: 600;
  color: #002A5A;
}

.product-card__input:focus:-ms-input-placeholder {
  font-weight: 600;
  color: #002A5A;
}

.product-card__input:focus::-ms-input-placeholder {
  font-weight: 600;
  color: #002A5A;
}

.product-card__input:focus::placeholder {
  font-weight: 600;
  color: #002A5A;
}

.product-card__input-wrapper {
  width: 100%;
}

.product-card__sale {
  margin-top: 20px;
}

.product-card__images {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 550px;
  width: 100%;
}

.product-swiper {
  margin-bottom: 20px;
  width: 100%;
  max-height: 400px;
  height: 100%;
  overflow: hidden;
}

.product-swiper__slide {
  width: 100% !important;
  background-color: #fff;
}

.product-swiper__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product__mini-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.product__mini-slide {
  position: relative;
  width: 48% !important;
  height: 46% !important;
  max-height: 178px;
  cursor: pointer;
}

.product__mini-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__mini-slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  max-width: 259px;
  max-height: 174px;
  width: 98%;
  height: 98%;
  border: 3px solid #3591E7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.product__mini-slide:nth-child(1) {
  margin-right: 4%;
  margin-bottom: 20px;
}

.product__mini-slide:nth-child(2) {
  margin-bottom: 20px;
}

.product__mini-slide:nth-child(3) {
  margin-right: 4%;
}

.product__mini .swiper-slide-thumb-active::after {
  opacity: 1 !important;
}

.product-feedback {
  margin-top: 130px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 5;
}

.product-feedback__swiper {
  margin-top: 50px;
  overflow: hidden;
}

.product-feedback__swiper .swiper-pagination-bullets {
  width: auto;
  bottom: -49px;
  left: -5px;
}

.product-feedback__swiper .swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #515860;
  background-color: transparent;
  -webkit-transition: border-color 0.7s ease, background-color 0.7s ease;
  transition: border-color 0.7s ease, background-color 0.7s ease;
  opacity: 1;
}

.product-feedback__swiper .swiper-pagination-bullet-active {
  border-color: #3591E7;
  background-color: #3591E7;
}

.product-feedback__title {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 60px;
  text-transform: uppercase;
  color: #3591E7;
}

.product-feedback__slide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.product-feedback__slide-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #C4C4C4;
}

.product-feedback__slide-title {
  margin: 15px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  color: #002A5A;
}

.product-feedback__slide-description {
  margin: 15px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #515860;
}

.footer {
  background-image: url("../img/header/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  z-index: 1;
}

.footer__container {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.footer-logo {
  padding: 30px 0 25px 0;
}

.footer-logo__img {
  width: 311.6px;
}

.footer-content {
  position: relative;
  padding: 216px 0 215px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.footer-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.footer-content__background-1 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.footer-content__background-2 {
  position: absolute;
  top: 0;
  left: -44.2vw;
  width: 49vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}

.footer-content__background-3 {
  position: absolute;
  top: 0;
  right: -44.2vw;
  width: 49vw;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 3;
}

.footer-content__product {
  position: absolute;
  bottom: 0;
  right: -181px;
  width: 996.34px;
  z-index: 2;
}

.footer-content__title {
  margin: 0;
  max-width: 740px;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 80px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  z-index: 5;
}

.footer-content__subtitle {
  margin-top: 31px;
  max-width: 740px;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  z-index: 5;
  display: none;
}

.footer-content__button {
  margin-top: 70px;
  z-index: 5;
}

.footer-about {
  position: relative;
  padding: 72px 0 71px 0;
  display: -webkit-flex;
  display: flex;
  z-index: 5;
}

.footer-about__background-1 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: rgba(0, 42, 90, 0.9);
  background-blend-mode: multiply;
  opacity: 0.9;
  z-index: 1;
}

.footer-about__slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 5;
}

.footer-about__swiper-slide {
  position: relative;
  z-index: 5;
}

.footer-about .swiper-pagination-bullets {
  display: none;
  bottom: 50px !important;
  width: 100%;
}

.footer-about .swiper-pagination-bullet {
  margin: 0 5px !important;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: border-color 0.7s ease, background-color 0.7s ease;
  transition: border-color 0.7s ease, background-color 0.7s ease;
  opacity: 1;
}

.footer-about .swiper-pagination-bullet-active {
  border-color: #3591E7;
  background-color: #3591E7;
}

.footer-about__text {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 270px;
  width: 100%;
  z-index: 5;
}

.footer-about__text-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3591E7;
}

.footer-about__text-title {
  margin: 12px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #3591E7;
}

.footer-about__text-description {
  margin: 15px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.footer__logo {
  background-color: #002A5A;
}

@media (max-width: 1600px) {
  .header-content__product {
    right: 0;
    width: 900px;
  }

  .footer-content__product {
    right: 0;
    width: 900px;
  }
}

@media (max-width: 1230px) {
  .header-content__product {
    width: 64vw;
  }

  .header-about__swiper {
    overflow: hidden;
  }

  .about-product__text {
    margin-right: 30px;
  }

  .about-img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-align-self: center;
    align-self: center;
  }

  .about-design__text {
    margin-right: 40px;
  }

  .about-functional__img {
    margin-right: 40px;
  }

  .product__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }

  .product-card {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
    max-width: 750px;
  }

  .product-card__title {
    position: relative;
    margin-bottom: 30px;
    top: 0;
    left: 0;
    text-align: center;
  }

  .product-card__price {
    margin-top: 50px;
  }

  .product-card__info {
    margin-right: 0;
    max-width: none;
    width: auto;
  }

  .product-card__form {
    margin-right: 0;
  }

  .product-card__sale {
    -webkit-align-self: center;
    align-self: center;
  }

  .footer-content__product {
    width: 62vw;
  }

  .footer-about__swiper {
    overflow: hidden;
  }
}

@media (max-width: 1150px) {
  .about-angle__1 {
    width: 9vw;
    height: 2.2vw;
  }

  .about-angle__2 {
    width: 2.2vw;
    height: 9vw;
  }
}

@media (max-width: 992px) {
  .header-content {
    padding-top: 140px;
  }

  .header-about {
    padding: 91px 0 91px 0;
  }

  .header-about__swiper {
    margin: 0 auto;
    max-width: 570px;
  }

  .header-about .swiper-pagination-bullets {
    bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .about-product {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }

  .about-product__text {
    margin-top: 100px;
    margin-right: 0;
    -webkit-align-items: center;
    align-items: center;
  }

  .about-text__title {
    margin-top: 45px;
    margin-bottom: 25px;
    text-align: center;
  }

  .about-text__wrapper-title {
    text-align: center;
  }

  .about-text__wrapper-description {
    text-align: center;
  }

  .about-video {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .about-video__wrapper {
    margin-right: 0;
    width: 100vw;
    height: 100vw;
  }

  .about-text__title {
    font-size: 27px;
    line-height: 40px;
  }

  .about-design {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: center;
    align-items: center;
  }

  .about-design__text {
    margin-right: 0;
    -webkit-align-items: center;
    align-items: center;
  }

  .about-functional {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }

  .about-functional__img {
    margin-right: 0;
  }

  .gallery {
    position: relative;
  }

  .gallery-swiper {
    margin-bottom: 80px;
  }

  .gallery-swiper__slide {
    width: 50% !important;
    height: auto !important;
  }

  .gallery .swiper-pagination-bullets {
    position: absolute;
    bottom: 105px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .footer-about {
    padding: 91px 0 91px 0;
  }

  .footer-about__swiper {
    margin: 0 auto;
    max-width: 570px;
  }

  .footer-about .swiper-pagination-bullets {
    bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .header {
    background-position-x: center;
  }

  .header-content {
    padding-top: 120px;
    padding-bottom: 240px;
  }

  .header-content__title {
    font-size: 42px;
    line-height: 65px;
  }

  .header-content__product {
    width: 80vw;
  }

  .about__container {
    padding-top: 70px;
  }

  .about-product__text {
    margin-top: 20px;
  }

  .about-video__wrapper {
    width: 100%;
    height: 65vw;
  }

  .product__container {
    padding-bottom: 115px;
  }

  .product-card {
    padding: 30px;
  }

  .product-card__size--active {
    margin-right: 85px;
  }

  .product-feedback__title {
    text-align: center;
  }

  .footer {
    background-position-x: center;
  }

  .footer-content {
    padding-top: 120px;
    padding-bottom: 240px;
  }

  .footer-content__title {
    font-size: 42px;
    line-height: 65px;
  }

  .footer-content__product {
    width: 80vw;
  }
}

@media (max-width: 576px) {
  .header-content {
    padding: 75px 0 75px 0;
    -webkit-align-items: center;
    align-items: center;
  }

  .header-content__title {
    margin-bottom: 80vw;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    max-width: 490px;
  }

  .header-content__subtitle {
    text-align: center;
    font-size: 20px;
  }

  .header-content__product {
    bottom: auto;
    top: 18rem;
    right: auto;
    left: -4vw;
    width: 134vw;
  }

  .header-about {
    padding-top: 66px;
  }

  .header-about__swiper {
    max-width: 270px;
  }

  .header-about__swiper-slide {
    -webkit-align-items: center;
    align-items: center;
  }

  .header-about__text-title {
    text-align: center;
  }

  .header-about__text-description {
    text-align: center;
  }

  .header-logo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .about__container {
    padding-bottom: 70px;
  }

  .about__container::before {
    background-image: url("../img/about/background-mobile.jpg");
    background-position-x: left;
  }

  .about-img__item {
    width: 85vw;
  }

  .about-img__circle {
    width: 9.4vw;
    height: 9.4vw;
  }

  .about-img__circle--1 {
    top: 21.4vw;
    left: 12.2vw;
  }

  .about-img__circle--2 {
    top: 55.4vw;
    left: 26.8vw;
  }

  .about-img__circle--3 {
    top: 89vw;
    left: 26.8vw;
  }

  .about-img__circle--4 {
    top: 120vw;
    left: 37.8vw;
  }

  .about-video {
    margin-top: 35px;
  }

  .about-design {
    margin-top: 65px;
  }

  .about-functional {
    margin-top: 65px;
  }

  .gallery-logo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .gallery-swiper__slide {
    width: 100% !important;
    max-width: none !important;
  }

  .product__container {
    padding-bottom: 95px;
  }

  .product-card {
    padding: 30px 20px;
    width: 100vw;
  }

  .product-card__size {
    margin-right: 9px;
    width: 10vw;
    height: 10vw;
  }

  .product-card__size--active {
    margin-right: 20.4vw;
  }

  .product-card__size-centimeter {
    left: 12vw;
  }

  .product-card__info {
    -webkit-align-items: center;
    align-items: center;
  }

  .product-card__form {
    width: 100%;
    -webkit-align-items: center;
    align-items: center;
  }

  .product-card__form-button {
    width: 100%;
  }

  .product-card__sizes {
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }

  .product-card__list-wrapper {
    display: none;
  }

  .product-card__list-wrapper--display {
    display: -webkit-flex;
    display: flex;
  }

  .product-feedback {
    margin-top: 90px;
  }

  .product-feedback__slide {
    -webkit-align-items: center;
    align-items: center;
  }

  .product-feedback__slide-title {
    text-align: center;
  }

  .product-feedback__slide-description {
    text-align: center;
  }

  .product-feedback__swiper {
    margin-top: 30px;
  }

  .product-feedback__swiper .swiper-pagination-bullets {
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
  }

  .footer-content {
    padding: 75px 0 75px 0;
    -webkit-align-items: center;
    align-items: center;
  }

  .footer-content__title {
    margin-bottom: 87vw;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    max-width: 490px;
  }

  .footer-content__subtitle {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
  }

  .footer-content__product {
    bottom: auto;
    top: 18rem;
    right: auto;
    left: -4vw;
    width: 134vw;
  }

  .footer-content__button {
    margin-top: 0;
  }

  .footer-about {
    padding-top: 66px;
  }

  .footer-about__swiper {
    max-width: 270px;
  }

  .footer-about__swiper-slide {
    -webkit-align-items: center;
    align-items: center;
  }

  .footer-about__text-title {
    text-align: center;
  }

  .footer-about__text-description {
    text-align: center;
  }

  .footer-logo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .header-logo {
    padding: 30px 0 30px 0;
  }

  .header-content {
    padding: 50px 0 50px 0;
  }

  .header-content__title {
    font-size: 32px;
    line-height: 50px;
  }

  .header-content__product {
    top: 15rem;
  }

  .header-content__title {
    margin-bottom: 80vw;
    max-width: 384px;
  }

  .header-content__button {
    margin-top: 30px;
  }

  .header-about {
    padding-bottom: 92px;
  }

  .header-about__swiper .swiper-pagination-bullets {
    bottom: 55px;
  }

  .about__container {
    padding-top: 48px;
    padding-bottom: 49px;
  }

  .about-text__title {
    margin-top: 14px;
    margin-bottom: 24px;
    font-size: 29px;
    line-height: 50px;
  }

  .about-text__wrapper-title {
    max-width: 380px;
  }

  .about-product__wrapper {
    margin-bottom: 22px;
  }

  .about-product__text {
    margin-top: 15px;
  }

  .about-video {
    margin-top: 67px;
  }

  .about-video__wrapper {
    margin-bottom: 19px;
    width: 97.3%;
    height: 61.6vw;
  }

  .about-angle__1 {
    width: 24.1vw;
    height: 4.8vw;
  }

  .about-angle__2 {
    width: 4.8vw;
    height: 24.2vw;
  }

  .about-design {
    margin-top: 50px;
  }

  .about-design__img {
    margin-bottom: 23px;
    width: 97%;
  }

  .about-design__img-item {
    width: 100%;
  }

  .about-design__text-title {
    margin-bottom: 30px;
  }

  .about-functional {
    margin-top: 50px;
  }

  .about-functional__img {
    margin-bottom: 22px;
    width: 97.5%;
  }

  .about-functional__wrapper-title {
    margin-top: 7px;
  }

  .about-functional__wrapper-description {
    max-width: 98%;
  }

  .about-img__circle-hover {
    width: 3.5vw;
    height: 3.5vw;
  }

  .gallery-swiper {
    margin-bottom: 73px;
  }

  .product__container {
    padding-top: 59px;
  }

  .product-card__title {
    max-width: 340px;
    -webkit-align-self: center;
    align-self: center;
    font-size: 30px;
    line-height: 50px;
  }

  .product-card__list--margin {
    margin-right: 0;
  }

  .product-card__list-wrapper {
    margin-top: 25px;
  }

  .product-card__list-item {
    font-size: 4.4vw;
  }

  .product-card__price {
    margin-top: 30px;
  }

  .product-card__sizes {
    margin-top: 19px;
    margin-bottom: 28px;
  }

  .product-card__info {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .product-feedback {
    margin-top: 50px;
  }

  .product-feedback__title {
    font-size: 30px;
    line-height: 50px;
  }

  .price__text--old {
    margin-right: 10px;
    font-size: 28px;
  }

  .price__text--old::after {
    height: 2px;
  }

  .price__text--old-small {
    font-size: 20px;
  }

  .price__text--new {
    margin-left: 10px;
    font-size: 44px;
  }

  .price__text--new-small {
    font-size: 36px;
  }

  .footer-logo {
    padding: 30px 0 30px 0;
  }

  .footer-content {
    padding: 50px 0 50px 0;
  }

  .footer-content__title {
    font-size: 32px;
    line-height: 50px;
  }

  .footer-content__product {
    top: 15rem;
  }

  .footer-content__title {
    margin-bottom: 80vw;
    max-width: 384px;
  }

  .footer-content__subtitle {
    margin-bottom: 0;
  }

  .footer-content__button {
    margin-top: 30px;
  }

  .footer-about {
    padding-bottom: 92px;
  }

  .footer-about__swiper .swiper-pagination-bullets {
    bottom: 55px;
  }
}

@media (max-width: 413px) {
  .header-content__title {
    font-size: 7vw;
    max-width: 350px;
    line-height: 12vw;
  }

  .header-content__product {
    top: 9.4rem;
  }

  .header-content__subtitle {
    font-size: 18px;
    text-align: center;
    margin-top: 1em;
  }

  .header-logo__img {
    width: 280px;
    height: 16.15px;
  }

  .about-text__title {
    font-size: 25px;
    line-height: 40px;
  }

  .about-text__wrapper-title {
    font-size: 20px;
    line-height: 30px;
  }

  .about-text__wrapper-description {
    font-size: 16px;
    line-height: 28px;
  }

  .product-card {
    padding: 30px 13px;
  }

  .product-card__title {
    font-size: 26px;
  }

  .product-card__info {
    width: 100%;
  }

  .product-card__form {
    width: 100%;
  }

  .product-card__size--active {
    margin-right: 18vw;
  }

  .product-card__size-centimeter {
    font-size: 4vw;
  }

  .product-card__size-centimeter--active {
    left: 11.1vw;
  }

  .product__feedback-container {
    padding: 0;
  }

  .product-feedback__title {
    font-size: 26px;
    line-height: 40px;
  }

  .product-feedback__slide-title {
    font-size: 22px;
  }

  .product-feedback__slide-description {
    font-size: 14px;
  }

  .gallery-logo__img {
    width: 280px;
  }

  .sale {
    font-size: 14px;
  }

  .price__text--old {
    font-size: 26px;
  }

  .price__text--old-small {
    font-size: 14px;
  }

  .price__text--new {
    font-size: 40px;
  }

  .price__text--new-small {
    font-size: 20px;
  }

  .footer-content__title {
    font-size: 7vw;
    max-width: 350px;
    line-height: 12vw;
  }

  .footer-content__product {
    top: 9.4rem;
  }

  .footer-content__subtitle {
    font-size: 18px;
    text-align: center;
    margin-top: 1em;
  }

  .footer-logo__img {
    width: 280px;
  }
}

@media (min-width: 992px) {
  .button {
    -webkit-transition: background-color 0.7s ease;
    transition: background-color 0.7s ease;
  }

  .button:hover {
    background-color: #EC5B75;
  }

  .gallery-swiper__slide a img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .gallery-swiper__slide::after {
    -webkit-transition: opacity 0.7s ease;
    transition: opacity 0.7s ease;
  }

  .gallery-swiper__slide:hover::after {
    opacity: 0.3;
  }

  .product-card__size:hover {
    background-color: #3591E7;
    border-color: #3591E7;
    color: #fff;
  }

  .product__mini-slide:hover::after {
    opacity: 0.4;
  }
}

label.error {
  display: none !important;
}
